summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEien Mojiki 🍕 <95165750+eienmojiki206@users.noreply.github.com>2024-04-24 18:49:41 +0200
committerGitHub <noreply@github.com>2024-04-24 18:49:41 +0200
commitc85960566da2c4d35e563d23ebd29cfc2411f00f (patch)
tree8f5356a1da5b90f7a49e5d3ae343602a60de6fe5
parentMerge pull request #1882 from hlohaus/css (diff)
downloadgpt4free-c85960566da2c4d35e563d23ebd29cfc2411f00f.tar
gpt4free-c85960566da2c4d35e563d23ebd29cfc2411f00f.tar.gz
gpt4free-c85960566da2c4d35e563d23ebd29cfc2411f00f.tar.bz2
gpt4free-c85960566da2c4d35e563d23ebd29cfc2411f00f.tar.lz
gpt4free-c85960566da2c4d35e563d23ebd29cfc2411f00f.tar.xz
gpt4free-c85960566da2c4d35e563d23ebd29cfc2411f00f.tar.zst
gpt4free-c85960566da2c4d35e563d23ebd29cfc2411f00f.zip
-rw-r--r--g4f/Provider/HuggingChat.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py
index 65273345..ac324390 100644
--- a/g4f/Provider/HuggingChat.py
+++ b/g4f/Provider/HuggingChat.py
@@ -22,7 +22,8 @@ class HuggingChat(AsyncGeneratorProvider, ProviderModelMixin):
'google/gemma-1.1-7b-it',
'NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO',
'mistralai/Mistral-7B-Instruct-v0.2',
- 'meta-llama/Meta-Llama-3-70B-Instruct'
+ 'meta-llama/Meta-Llama-3-70B-Instruct',
+ 'microsoft/Phi-3-mini-4k-instruct'
]
model_aliases = {
"mistralai/Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.2"
@@ -112,4 +113,4 @@ class HuggingChat(AsyncGeneratorProvider, ProviderModelMixin):
class Conversation(BaseConversation):
def __init__(self, conversation_id: str) -> None:
- self.conversation_id = conversation_id \ No newline at end of file
+ self.conversation_id = conversation_id